home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Tele
/
A
/
AirMail 1.02.cpt
/
AirMail 1.02.rsrc
/
STR#_1100.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1988-09-07
|
311 b
|
23 lines
SERVICE: COMMAND KEY: ?
vol = Left(DirPath,Instr%(DirPath,":"))
tempDirPath = DirPath
DirPath = vol
fname = putfile("Create AirMail Folder As:","AirMail Folder",DirPath)
DirPath = tempDirPath
CURSOR WATCH
IF fname = "" THEN END
@AirMailFolder = fname & ":"
NewFolder @AirMailFolder
END